Skip to content

chore: release v0.11.0#237

Merged
joshrotenberg merged 1 commit intomainfrom
release-plz-2026-02-24T03-22-30Z
Feb 24, 2026
Merged

chore: release v0.11.0#237
joshrotenberg merged 1 commit intomainfrom
release-plz-2026-02-24T03-22-30Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 New release

  • docker-wrapper: 0.10.2 -> 0.11.0 (⚠ API breaking changes)

docker-wrapper breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field ComposeConfig.env_files in /tmp/.tmp9eqVCY/docker-wrapper/src/command.rs:214
  field ComposeConfig.env_files in /tmp/.tmp9eqVCY/docker-wrapper/src/command.rs:214

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field env_file of struct ComposeConfig, previously in file /tmp/.tmpHlbnmZ/docker-wrapper/src/command.rs:214
  field env_file of struct ComposeConfig, previously in file /tmp/.tmpHlbnmZ/docker-wrapper/src/command.rs:214
Changelog

0.11.0 - 2026-02-24

Added

  • support multiple --env-file in ComposeConfig (#236)


This PR was generated with release-plz.

@github-actions github-actions Bot added the release Release-related PRs label Feb 24, 2026
@joshrotenberg joshrotenberg merged commit 2f08e43 into main Feb 24, 2026
@joshrotenberg joshrotenberg deleted the release-plz-2026-02-24T03-22-30Z branch February 24, 2026 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Release-related PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant